home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python16_Src.lha / Python16_Source / LICENSE < prev    next >
Encoding:
Text File  |  2000-09-05  |  5.2 KB  |  112 lines

  1. A. HISTORY OF THE SOFTWARE
  2.  
  3. Python originated in 1991 at Stichting Mathematisch Centrum (CWI) in
  4. the Netherlands as an outgrowth of a language called ABC.  Its
  5. principal author was Guido van Rossum, although it included smaller
  6. contributions from others at CWI and elsewhere.  The last version of
  7. Python issued by CWI was Python 1.2.  In 1995, Mr. van Rossum
  8. continued his work on Python at the Corporation for National Research
  9. Initiatives (CNRI) in Reston, Virginia where several versions of the
  10. software were generated.  Python 1.6 is the last of the versions
  11. developed at CNRI.
  12.  
  13.  
  14.  
  15. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING Python 1.6
  16.  
  17.  
  18. 1. CNRI OPEN SOURCE LICENSE AGREEMENT
  19.  
  20.  
  21. IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY.
  22.  
  23. BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING,
  24. INSTALLING OR OTHERWISE USING PYTHON 1.6 SOFTWARE, YOU ARE DEEMED TO
  25. HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT.
  26.  
  27. 1. This LICENSE AGREEMENT is between the Corporation for National
  28. Research Initiatives, having an office at 1895 Preston White Drive,
  29. Reston, VA 20191 ("CNRI"), and the Individual or Organization
  30. ("Licensee") accessing and otherwise using Python 1.6 software in
  31. source or binary form and its associated documentation, as released at
  32. the www.python.org Internet site on September 5, 2000 ("Python 1.6").
  33.  
  34. 2. Subject to the terms and conditions of this License Agreement, CNRI
  35. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  36. license to reproduce, analyze, test, perform and/or display publicly,
  37. prepare derivative works, distribute, and otherwise use Python 1.6
  38. alone or in any derivative version, provided, however, that CNRI's
  39. License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
  40. 1995-2000 Corporation for National Research Initiatives; All Rights
  41. Reserved" are retained in Python 1.6 alone or in any derivative
  42. version prepared by Licensee.
  43.  
  44. Alternately, in lieu of CNRI's License Agreement, Licensee may
  45. substitute the following text (omitting the quotes): "Python 1.6 is
  46. made available subject to the terms and conditions in CNRI's License
  47. Agreement.  This Agreement together with Python 1.6 may be located on
  48. the Internet using the following unique, persistent identifier (known
  49. as a handle): 1895.22/1012.  This Agreement may also be obtained from a
  50. proxy server on the Internet using the following URL:
  51. http://hdl.handle.net/1895.22/1012".
  52.  
  53. 3. In the event Licensee prepares a derivative work that is based on
  54. or incorporates Python 1.6 or any part thereof, and wants to make the
  55. derivative work available to others as provided herein, then Licensee
  56. hereby agrees to include in any such work a brief summary of the
  57. changes made to Python 1.6.
  58.  
  59. 4. CNRI is making Python 1.6 available to Licensee on an "AS IS"
  60. basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  61. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
  62. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  63. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6 WILL NOT
  64. INFRINGE ANY THIRD PARTY RIGHTS.
  65.  
  66. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  67. 1.6 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A
  68. RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6, OR
  69. ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  70.  
  71. 6. This License Agreement will automatically terminate upon a material
  72. breach of its terms and conditions.
  73.  
  74. 7. This License Agreement shall be governed by and interpreted in all
  75. respects by the law of the State of Virginia, excluding conflict of
  76. law provisions.  Nothing in this License Agreement shall be deemed to
  77. create any relationship of agency, partnership, or joint venture
  78. between CNRI and Licensee.  This License Agreement does not grant
  79. permission to use CNRI trademarks or trade name in a trademark sense
  80. to endorse or promote products or services of Licensee, or any third
  81. party.
  82.  
  83. 8. By clicking on the "ACCEPT" button where indicated, or by copying,
  84. installing or otherwise using Python 1.6, Licensee agrees to be bound
  85. by the terms and conditions of this License Agreement.
  86.  
  87.         ACCEPT
  88.  
  89.  
  90.  
  91. 2. CWI PERMISSIONS STATEMENT AND DISCLAIMER
  92.  
  93. Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
  94. The Netherlands.  All rights reserved.
  95.  
  96. Permission to use, copy, modify, and distribute this software and its
  97. documentation for any purpose and without fee is hereby granted,
  98. provided that the above copyright notice appear in all copies and that
  99. both that copyright notice and this permission notice appear in
  100. supporting documentation, and that the name of Stichting Mathematisch
  101. Centrum or CWI not be used in advertising or publicity pertaining to
  102. distribution of the software without specific, written prior
  103. permission.
  104.  
  105. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
  106. THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  107. FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
  108. FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  109. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  110. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  111. OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  112.